home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / PInterfaces / Speech.p < prev    next >
Encoding:
Text File  |  1997-08-12  |  938 b   |  49 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        Speech.p
  3.  
  4.      Contains:    Speech Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0.1
  8.  
  9.      Copyright:    © 1989-1997 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. }
  18. {$IFC UNDEFINED UsingIncludes}
  19. {$SETC UsingIncludes := 0}
  20. {$ENDC}
  21.  
  22. {$IFC NOT UsingIncludes}
  23.  UNIT Speech;
  24.  INTERFACE
  25. {$ENDC}
  26.  
  27. {$IFC UNDEFINED __SPEECH__}
  28. {$SETC __SPEECH__ := 1}
  29.  
  30. {$I+}
  31. {$SETC SpeechIncludes := UsingIncludes}
  32. {$SETC UsingIncludes := 1}
  33.  
  34. {
  35.  
  36.     The interface file Speech.h has been renamed to SpeechSynthesis.h.
  37.  
  38. }
  39. {$IFC UNDEFINED __SPEECHSYNTHESIS__}
  40. {$I SpeechSynthesis.p}
  41. {$ENDC}
  42. {$SETC UsingIncludes := SpeechIncludes}
  43.  
  44. {$ENDC} {__SPEECH__}
  45.  
  46. {$IFC NOT UsingIncludes}
  47.  END.
  48. {$ENDC}
  49.